From 6f308eabc5f7c45552d9065b4d8f8a4c5bdb4d53 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 2 Sep 2011 13:32:35 +0000 Subject: [PATCH] Minor tweak to r95521: remove outdated comment about $wgArticle --- includes/Wiki.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Wiki.php b/includes/Wiki.php index 3cdbf3ef3c..5113a9db5c 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -149,7 +149,6 @@ class MediaWiki { // Invalid titles. Bug 21776: The interwikis must redirect even if the page name is empty. if ( is_null( $title ) || ( ( $title->getDBkey() == '' ) && ( $title->getInterwiki() == '' ) ) ) { $this->context->title = SpecialPage::getTitleFor( 'Badtitle' ); - // Die now before we mess up $wgArticle and the skin stops working throw new ErrorPageError( 'badtitle', 'badtitletext' ); // If the user is not logged in, the Namespace:title of the article must be in // the Read array in order for the user to see it. (We have to check here to -- 2.20.1